C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputComboBoxItemCollection Class / AddText Method / AddText(String[]) Method

In This Topic
AddText(String[]) Method
In This Topic
Adds a few InputOption items with text from the given array of strings.
Syntax
'Declaration
 
Public Overloads Sub AddText( _
   ByVal textItems() As String _
) 
 

Parameters

textItems
See Also